Skip to content

Fix outdated file references in README after TypeScript migration#43

Open
Koushik-Saha wants to merge 2 commits into
CrisisTextLine:mainfrom
Koushik-Saha:fix/readme-typescript-file-extensions
Open

Fix outdated file references in README after TypeScript migration#43
Koushik-Saha wants to merge 2 commits into
CrisisTextLine:mainfrom
Koushik-Saha:fix/readme-typescript-file-extensions

Conversation

@Koushik-Saha

@Koushik-Saha Koushik-Saha commented May 25, 2026

Copy link
Copy Markdown

Summary

  • Updated 14 file references in the Architecture Overview section of README.md
  • Replaced pre-migration .jsx/.js extensions with the actual .tsx/.ts extensions used after the TypeScript migration

Closes #42

Test plan

  • Verify all filenames in the Architecture Overview section match the actual files under src/

Koushik-Saha and others added 2 commits May 25, 2026 13:05
Update Architecture Overview section to reflect actual .tsx/.ts extensions
instead of the pre-migration .jsx/.js filenames. Closes CrisisTextLine#42.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Add .claude/ to .gitignore
- Install typescript-eslint and extend eslint.config.js to lint .ts/.tsx files
- Update lint script to include ts,tsx extensions
- Replace all explicit `any` types in DocumentValidator, ErrorValidator,
  and ValidationService with proper typed interfaces

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix outdated file references in README after TypeScript migration

1 participant